home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 076-100 / disk_081 / fonts / eric / readme.too < prev    next >
Text File  |  1992-05-06  |  1KB  |  23 lines

  1. This arc (016) file contains a short C (manx) program in source and exe
  2. form that takes a CLI command:
  3.  
  4.            1> test myfont.font
  5.  
  6. and hacks the system font list  to where myfont.font replaces the 80
  7. column topaz.font (until you reboot). On the next window creation within a
  8. program, any window that would ordinarily use the default system topaz
  9. font, will use myfont.font instead. This is useful for changing the font
  10. used by programs for which you don't have the sources, such as a text
  11. processor or the Amiga Cli and workbench (if run before loadwb). Included
  12. is a couple of fonts that I have been playing around with. One in
  13. particular is a sans serif font I like for programming since it makes ()
  14. and [] very bold. By the way, the fonteditor with the 1.2 developers kit
  15. is fantastic. I hope its there for those without a developer connection.
  16.  
  17. The code to insert myfont.font is very quick/dirty so if you plan to use
  18. it for other than test purposes, it would be wise to enhance it a bit. I
  19. would like to see a PREFERENCES option for setting the default font; if
  20. you agree then please write to C. A. and ask for this in 1.3.
  21.  
  22.  
  23.